home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10606 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.2 KB  |  30 lines

  1. Newsgroups: comp.lang.c++
  2. Path: howland.reston.ans.net!torn!sq!news
  3. From: willer@carolian.com (Steve Willer)
  4. Subject: Re: Recommendations for C++ Book
  5. Message-ID: <3140913e.192641747@sqarc.sq.com>
  6. Sender: news@sq.com (News Administrator)
  7. Organization: Carolian Systems, Toronto ON
  8. X-Newsreader: Forte Agent .99d/32.182
  9. References: <4hmubr$peb@crchh327.rich.bnr.ca>
  10. Date: Fri, 8 Mar 1996 19:58:52 GMT
  11.  
  12. Kristian Swartz <kswartz@bnr.ca> wrote:
  13.  
  14. >I am looking for a good C++ reference book.  I am fairly familiar with the
  15. >language itself and am more interested in a text that explains the libraries
  16. >out there.  For example, those familiar with "The C Programming Language" by
  17. >Kernighan and Ritchie have a good idea of what type of book I am looking for.
  18. >There are Appendices at the end of the book listing a good amount of libraries
  19. >and functions.  This information is more important to me than an explanation
  20. >of classes, templates, and so forth (I already have a book for that).  Any
  21. >suggestions?
  22.  
  23. These are the "required reading" from my own style guide:
  24.  
  25. Stroustrup, "The C++ Programming Language"
  26. Stroustrup, "The Annotated C++ Reference Manual"
  27. Meyers, "Effective C++"
  28. Meyers, "More Effective C++"
  29. Gamma et al., "Design Patterns"
  30.